home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / san.helpmark < prev    next >
Text File  |  1991-10-23  |  889b  |  26 lines

  1. +-----------------------------------------------------------------------------+
  2. |                              setappendixnumber                              |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\sanπ%
  6.  
  7. Parameters:    π|previous appendix numberπ%
  8.  
  9.     π|Description:π%
  10. The  appendix number  will  be  automatically incremented  by  one  for each
  11. use  of \appendix.    The  appendix number  can  be reset  by  inserting the
  12. \setappendixnumber markup before the next occurrence of \appendix.
  13.  
  14.     π|Example:π%
  15. By default,  the first  appendix is  number 1.   If  you want to  start with
  16. appendix 5, you would enter:
  17.  
  18. \setappendixnumber{4}
  19. \appendix{Title of the fifth appendix}
  20.  
  21.  
  22.  
  23.     π|Notes:π%
  24. The number  specified in  the \setappendixnumber  parameter is  the previous
  25. appendix number, not the next appendix number.
  26.